home *** CD-ROM | disk | FTP | other *** search
/ Champak 33 / Volume 33 - JOGO DISK .iso / Games / my_planet.swf / scripts / frame_1 / DoAction.as
Text File  |  2007-01-15  |  349b  |  11 lines

  1. _global.style.setStyle("themeColor","0xbbbbbb");
  2. _global.style.setStyle("color","0x000000");
  3. _global.styles.ScrollSelectList.setStyle("backgroundColor",16711850);
  4. _root.procentload = _root.getBytesLoaded() / _root.getBytesTotal() * 100;
  5. _root.loadbar._width = procentload;
  6. if(_root.procentload == 100)
  7. {
  8.    gotoAndStop("go");
  9.    play();
  10. }
  11.